home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 11 / 011.d81 / t.pro boot.boot < prev    next >
Text File  |  2022-08-26  |  2KB  |  114 lines

  1.  
  2.           PROGRAM BOOT
  3.  
  4.  
  5. Written by:  Katherine Myers
  6.  
  7.  
  8.  
  9. Program Boot for the Commodore 64 and
  10. Disk Drive
  11. PowerPlay Magazine, May 1985
  12. Page 61
  13.  
  14.  
  15.  
  16.   Here is a program that will let you
  17.  
  18. create 'self-running' programs.
  19.  
  20. Now there is no need to type RUN or
  21.  
  22. the familiar '<shift>RUN-STOP'.
  23.  
  24. When your programs LOAD, they auto-
  25.  
  26. matically begin execution.
  27.  
  28.   To use this program, simply RUN
  29.  
  30. the program.  When the computer is
  31.  
  32. finished and you have the 'READY.'
  33.  
  34. prompt, simply do the following:
  35.  
  36.  
  37.    1.  LOAD your own program
  38.  
  39.    2.  After LOADing your program,
  40.        type:
  41.  
  42.        POKE43,18:POKE44,3
  43.  
  44.        Do this in the immediate mode
  45.        after your program has LOADed.
  46.  
  47.    3.  Now SAVE your program.  You
  48.        may VERIFY if you wish.
  49.  
  50.    4.  Press RUN/STOP RESTORE and then
  51.        type:
  52.  
  53.        POKE43,1:POKE44,8
  54.  
  55.  
  56.   You are now ready to try your new
  57.  
  58. 'self-running' program.
  59.  
  60.  
  61. ***** NOTE ******
  62.  
  63.   When LOADing your new program, be
  64.  
  65. sure to include a secondary address of
  66.  
  67. 1 so that the program will locate
  68.  
  69. itself at the address from which it
  70.  
  71. came.  For example,
  72.  
  73.  
  74.        LOAD"SELF-STARTER",8,1
  75.                             ^
  76.     <be sure to include this>
  77.  
  78.  
  79.  
  80.  
  81. ***** ANOTHER NOTE *****
  82.  
  83.     Because of the nature of this
  84.  
  85. program, it does NOT return to
  86.  
  87. LOADSTAR.  Please be sure you want to
  88.  
  89. RUN it before you do so.
  90.  
  91.  
  92.    This program is copyrighted by
  93.  
  94. PowerPlay magazine.  All rights to it
  95.  
  96. are reserved.  LOADSTAR has relieved
  97.  
  98. you from the burden of keying in this
  99.  
  100.     program.  For more complete
  101.  
  102. information about this program, refer
  103.  
  104. to the May 1985 issue of PowerPlay
  105.  
  106.              Magazine.
  107.  
  108.  
  109.  
  110. >Files used:  PRO BOOT
  111.  
  112.  
  113. --------------------------------------
  114.